home *** CD-ROM | disk | FTP | other *** search
/ Java Programmer's Toolkit / Java Programmer's Toolkit.iso / gs3.53 / gs_sym_e.ps < prev    next >
Text File  |  1996-01-10  |  3KB  |  85 lines

  1. %    Copyright (C) 1991, 1994 Aladdin Enterprises.  All rights reserved.
  2. % This file is part of Aladdin Ghostscript.
  3. % Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. % or distributor accepts any responsibility for the consequences of using it,
  5. % or for whether it serves any particular purpose or works at all, unless he
  6. % or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. % License (the "License") for full details.
  8. % Every copy of Aladdin Ghostscript must include a copy of the License,
  9. % normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. % the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. % under certain conditions described in the License.  Among other things, the
  12. % License requires that the copyright notice and this notice be preserved on
  13. % all copies.
  14.  
  15. % Define the Symbol encoding vector.
  16. /currentglobal where
  17.  { pop currentglobal { setglobal } true setglobal }
  18.  { { } }
  19. ifelse
  20. /SymbolEncoding
  21. % \000
  22.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  23. % \040
  24.     /space /exclam /universal /numbersign
  25.     /existential /percent /ampersand /suchthat
  26.     /parenleft /parenright /asteriskmath /plus
  27.     /comma /minus /period /slash
  28.     /zero /one /two /three
  29.     /four /five /six /seven
  30.     /eight /nine /colon /semicolon
  31.     /less /equal /greater /question
  32. % \100
  33.     /congruent /Alpha /Beta /Chi
  34.     /Delta /Epsilon /Phi /Gamma
  35.     /Eta /Iota /theta1 /Kappa
  36.     /Lambda /Mu /Nu /Omicron
  37.     /Pi /Theta /Rho /Sigma
  38.     /Tau /Upsilon /sigma1 /Omega
  39.     /Xi /Psi /Zeta /bracketleft
  40.     /therefore /bracketright /perpendicular /underscore
  41. % \140
  42.     /radicalex /alpha /beta /chi
  43.     /delta /epsilon /phi /gamma
  44.     /eta /iota /phi1 /kappa
  45.     /lambda /mu /nu /omicron
  46.     /pi /theta /rho /sigma
  47.     /tau /upsilon /omega1 /omega
  48.     /xi /psi /zeta /braceleft
  49.     /bar /braceright /similar /.notdef
  50. % \200
  51.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  52. % \240
  53.     /.notdef /Upsilon1 /minute /lessequal
  54.     /fraction /infinity /florin /club
  55.     /diamond /heart /spade /arrowboth
  56.     /arrowleft /arrowup /arrowright /arrowdown
  57.     /degree /plusminus /second /greaterequal
  58.     /multiply /proportional /partialdiff /bullet
  59.     /divide /notequal /equivalence /approxequal
  60.     /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  61. % \300
  62.     /aleph /Ifraktur /Rfraktur /weierstrass
  63.     /circlemultiply /circleplus /emptyset /intersection
  64.     /union /propersuperset /reflexsuperset /notsubset
  65.     /propersubset /reflexsubset /element /notelement
  66.     /angle /gradient /registerserif /copyrightserif
  67.     /trademarkserif /product /radical /dotmath
  68.     /logicalnot /logicaland /logicalor /arrowdblboth
  69.     /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  70. % \340
  71.     /lozenge /angleleft /registersans /copyrightsans
  72.     /trademarksans /summation /parenlefttp /parenleftex
  73.     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  74.     /bracelefttp /braceleftmid /braceleftbt /braceex
  75.     /.notdef /angleright /integral /integraltp
  76.     /integralex /integralbt /parenrighttp /parenrightex
  77.     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  78.     /bracerighttp /bracerightmid /bracerightbt /.notdef
  79. 256 packedarray .defineencoding
  80. 2 SymbolEncoding .registerencoding
  81. exec
  82.